home *** CD-ROM | disk | FTP | other *** search
/ L' Hygiene Au Quotidien / L'Hygiene Au Quotidien.iso / mac / Site / enfants / images / source / barre.swf / scripts / frame_3 / DoAction.as
Text File  |  2003-07-25  |  85b  |  9 lines

  1. if(_framesloaded == _totalframes)
  2. {
  3.    play();
  4. }
  5. else
  6. {
  7.    gotoAndPlay(2);
  8. }
  9.